home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Andromedia / _install / notos.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-03-10  |  207b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This package installation  is for Solaris on SPARC only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.